Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFESpotLightElement

Extends SVGElement.

Properties
SVGAnimatedNumber
limitingConeAngle
Corresponds to attribute ‘limitingConeAngle’ on the given ‘feSpotLight’ element.
SVGAnimatedNumber
pointsAtX
Corresponds to attribute ‘pointsAtX’ on the given ‘feSpotLight’ element.
SVGAnimatedNumber
pointsAtY
Corresponds to attribute ‘pointsAtY’ on the given ‘feSpotLight’ element.
SVGAnimatedNumber
pointsAtZ
Corresponds to attribute ‘pointsAtZ’ on the given ‘feSpotLight’ element.
SVGAnimatedNumber
specularExponent
Corresponds to attribute ‘specularExponent’ on the given ‘feSpotLight’ element.
SVGAnimatedNumber
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedNumber
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedNumber
z
Corresponds to attribute ‘z’ on the given ‘fePointLight’ element.